github.com/andybalholm/brotli.ringBuffer.total_size_ (field)
5 uses
github.com/andybalholm/brotli (current package)
ringbuffer.go#L22: total_size_ uint32
ringbuffer.go#L39: *(*uint32)(&rb.total_size_) = rb.size_ + rb.tail_size_
ringbuffer.go#L94: if rb.cur_size_ < rb.total_size_ {
ringbuffer.go#L96: ringBufferInitBuffer(rb.total_size_, rb)
ringbuffer.go#L117: copy(rb.buffer_[masked_pos:], bytes[:brotli_min_size_t(n, uint(rb.total_size_-uint32(masked_pos)))])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |